|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectimageware.FloatBuffer
imageware.FloatAccess
imageware.FloatPointwise
imageware.FloatProcess
imageware.FloatSet
public class FloatSet
Class FloatSet.
| Field Summary |
|---|
| Fields inherited from class imageware.FloatBuffer |
|---|
data, nx, nxy, ny, nz |
| Fields inherited from interface imageware.ImageWare |
|---|
BLUE, BYTE, CREATE, DOUBLE, FLOAT, GREEN, MIRROR, NONE, PERIODIC, RED, SHORT, UNDEFINED, UNDEFINED_BOUNDARY, UNDEFINED_TYPE, WRAP |
| Constructor Summary | |
|---|---|
protected |
FloatSet(byte[][][] array,
int mode)
|
protected |
FloatSet(byte[][] array,
int mode)
|
protected |
FloatSet(byte[] array,
int mode)
|
protected |
FloatSet(double[][][] array,
int mode)
|
protected |
FloatSet(double[][] array,
int mode)
|
protected |
FloatSet(double[] array,
int mode)
|
protected |
FloatSet(float[][][] array,
int mode)
|
protected |
FloatSet(float[][] array,
int mode)
|
protected |
FloatSet(float[] array,
int mode)
|
protected |
FloatSet(java.awt.Image image,
int mode)
|
protected |
FloatSet(ij.ImageStack stack,
byte chan)
|
protected |
FloatSet(ij.ImageStack stack,
int mode)
|
protected |
FloatSet(int nx,
int ny,
int nz)
|
protected |
FloatSet(short[][][] array,
int mode)
|
protected |
FloatSet(short[][] array,
int mode)
|
protected |
FloatSet(short[] array,
int mode)
|
| Method Summary | |
|---|---|
ImageWare |
convert(int type)
convert the imageware in a specified type. |
void |
copy(ImageWare source)
Copy all the data of source in the current imageware. |
ImageWare |
duplicate()
Duplicate the imageware. |
double |
getMaximum()
Return the maximum value of this imageware. |
double |
getMean()
Return the mean value of this imageware. |
double |
getMinimum()
Return the minimum value of this imageware. |
double[] |
getMinMax()
Return the the minumum [0] and the maximum [1] value of this imageware. |
double |
getNorm1()
Return the norm value of order 1. |
double |
getNorm2()
Return the norm value of order 2. |
double |
getTotal()
Return the sum of all pixel in this imageware. |
void |
printInfo()
Print information of this ImageWare object. |
ImageWare |
replicate()
Replicate the imageware. |
ImageWare |
replicate(int type)
Replicate the imageware. |
void |
show()
Show this ImageWare object. |
void |
show(java.lang.String title)
Show the data in ImagePlus object with a specify title. |
| Methods inherited from class imageware.FloatProcess |
|---|
add, divide, max, min, multiply, smoothGaussian, smoothGaussian, subtract |
| Methods inherited from class imageware.FloatPointwise |
|---|
abs, add, addGaussianNoise, addSaltPepper, addUniformNoise, buildImageStack, clip, clip, divide, exp, fillConstant, fillGaussianNoise, fillRamp, fillSaltPepper, fillUniformNoise, invert, log, multiply, negate, pow, rescale, rescale, rescaleCenter, sqr, sqrt, subtract, threshold, threshold, thresholdHard, thresholdSoft |
| Methods inherited from class imageware.FloatBuffer |
|---|
getDepth, getDimension, getHeight, getSize, getSizeX, getSizeY, getSizeZ, getSliceByte, getSliceDouble, getSliceFloat, getSliceShort, getTotalSize, getType, getTypeToString, getVolume, getWidth, getX, getX, getX, getX, getX, getXY, getXY, getXY, getXY, getXY, getXYZ, getXYZ, getXYZ, getXYZ, getXYZ, getXZ, getXZ, getXZ, getXZ, getXZ, getY, getY, getY, getY, getY, getYZ, getYZ, getYZ, getYZ, getYZ, getZ, getZ, getZ, getZ, getZ, isSameSize, putX, putX, putX, putX, putX, putXY, putXY, putXY, putXY, putXY, putXYZ, putXYZ, putXYZ, putXYZ, putXYZ, putXZ, putXZ, putXZ, putXZ, putXZ, putY, putY, putY, putY, putY, putYZ, putYZ, putYZ, putYZ, putYZ, putZ, putZ, putZ, putZ, putZ, throw_constructor, throw_constructor, throw_get, throw_put |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface imageware.Process |
|---|
add, divide, max, min, multiply, smoothGaussian, smoothGaussian, subtract |
| Methods inherited from interface imageware.Pointwise |
|---|
abs, add, addGaussianNoise, addSaltPepper, addUniformNoise, buildImageStack, clip, clip, divide, exp, fillConstant, fillGaussianNoise, fillRamp, fillSaltPepper, fillUniformNoise, invert, log, multiply, negate, pow, rescale, rescale, rescaleCenter, sqr, sqrt, subtract, threshold, threshold, thresholdHard, thresholdSoft |
| Methods inherited from interface imageware.Buffer |
|---|
getDepth, getDimension, getHeight, getSize, getSizeX, getSizeY, getSizeZ, getSliceByte, getSliceDouble, getSliceFloat, getSliceShort, getTotalSize, getType, getTypeToString, getVolume, getWidth, getX, getX, getX, getX, getX, getXY, getXY, getXY, getXY, getXY, getXYZ, getXYZ, getXYZ, getXYZ, getXYZ, getXZ, getXZ, getXZ, getXZ, getXZ, getY, getY, getY, getY, getY, getYZ, getYZ, getYZ, getYZ, getYZ, getZ, getZ, getZ, getZ, getZ, isSameSize, putX, putX, putX, putX, putX, putXY, putXY, putXY, putXY, putXY, putXYZ, putXYZ, putXYZ, putXYZ, putXYZ, putXZ, putXZ, putXZ, putXZ, putXZ, putY, putY, putY, putY, putY, putYZ, putYZ, putYZ, putYZ, putYZ, putZ, putZ, putZ, putZ, putZ |
| Constructor Detail |
|---|
protected FloatSet(int nx,
int ny,
int nz)
protected FloatSet(java.awt.Image image,
int mode)
protected FloatSet(ij.ImageStack stack,
int mode)
protected FloatSet(ij.ImageStack stack,
byte chan)
protected FloatSet(byte[] array,
int mode)
protected FloatSet(byte[][] array,
int mode)
protected FloatSet(byte[][][] array,
int mode)
protected FloatSet(short[] array,
int mode)
protected FloatSet(short[][] array,
int mode)
protected FloatSet(short[][][] array,
int mode)
protected FloatSet(float[] array,
int mode)
protected FloatSet(float[][] array,
int mode)
protected FloatSet(float[][][] array,
int mode)
protected FloatSet(double[] array,
int mode)
protected FloatSet(double[][] array,
int mode)
protected FloatSet(double[][][] array,
int mode)
| Method Detail |
|---|
public ImageWare duplicate()
duplicate in interface ImageWarepublic ImageWare replicate()
replicate in interface ImageWarepublic ImageWare replicate(int type)
replicate in interface ImageWaretype - requested type
public void copy(ImageWare source)
copy in interface ImageWaresource - a source imagewarepublic ImageWare convert(int type)
convert in interface ImageWaretype - indicates the type of the output
public void printInfo()
printInfo in interface ImageWarepublic void show()
show in interface ImageWarepublic void show(java.lang.String title)
show in interface ImageWaretitle - a string given the title of the windowpublic double getMinimum()
getMinimum in interface ImageWarepublic double getMaximum()
getMaximum in interface ImageWarepublic double getMean()
getMean in interface ImageWarepublic double getNorm1()
getNorm1 in interface ImageWarepublic double getNorm2()
getNorm2 in interface ImageWarepublic double getTotal()
getTotal in interface ImageWarepublic double[] getMinMax()
getMinMax in interface ImageWare
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||